Vcenter NamespaceManagement Stats TimeSeries TimeSeries

Vcenter NamespaceManagement Stats TimeSeries TimeSeries
Vcenter NamespaceManagement Stats TimeSeries TimeSeries

A set of timestamps and statistical values representing a time series. The lengths of Vcenter NamespaceManagement Stats TimeSeries TimeSeries.time_stamps and Vcenter NamespaceManagement Stats TimeSeries TimeSeries.values will always match each other.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "counter": "string",
    "time_stamps": [
        0
    ],
    "values": [
        0
    ]
}
string
counter
Required

Counter identifier.

This property was added in vSphere API 7.0.0.0.

array of integer
time_stamps
Required

Sequence of UNIX timestamp values at which statistical values were sampled. https://en.wikipedia.org/wiki/Unix_time

This property was added in vSphere API 7.0.0.0.

array of integer
values
Required

Sequence of sampled values corresponding to the timestamps in tss.

This property was added in vSphere API 7.0.0.0.